<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
*{
    padding: 0;
    margin: 0;

}
a{
    text-decoration: none;
    color: #333;
}
ul{
    list-style: none;
}
li{
    float: left;
    text-decoration: none;
}
img{
    padding: 0;
    margin: 0;
}
body{
    font-family: '微软雅黑';
    font-size: 16px;
}
.warp{
    width: 100%;
}
/* 顶部导航 */
.top{
    height: 115px;
    width: 100%;
}
.top .logo{
    float: left;
    width: 286px;
    height: 115px;
    line-height: 115px;
}
.top .logo img{
    width: 100%;
    height: 100%;
}
.neirong iframe{width: 600px;height: 400px;}
.top .nav {
    height: 115px;
    width: 914px;
    float: left;
}
.top .nav ul{
    height: 100%;
    margin-left: 68px;
}
.top .nav ul li{
    float: left;
    width: 94px;
    text-align: center;
    height: 50px;
    margin-top: 37px;
    position: relative;
}
.top .nav ul li  a{
    cursor: pointer;
    display: block;
    height: 50px;
    line-height: 50px;
}
.top .nav li:hover .cc::after{
    content: '';
    position: absolute;
    left: 34.5%;
    top: 47;
    bottom: 0;
    right: auto;
    height: 3px;
    width: 30px;
    background-color: #26a4e7;
}
.banner{
    width: 100%;
    /* padding-bottom: 20px; */
}
.banner img{
    width: 100%;
}
.clearfix{
    width: 1200px;
    margin: 0 auto;
}
/* 标题 */
.clearfix .title {
    text-align: center;
    padding: 40px 0;
}
.clearfix .title h1{
    color: #333;
    height: 24px;
    display: flex;
    justify-content: center;
    font-size: 24px;
    line-height: 24px;
}
.clearfix .title span{
    background: #3694ff;
    display: block;
    width: 24px;
    height: 2px;
    margin:12.5px 5px 0 5px;
}
.clearfix .title p{
    color: #666;
    margin-top: 10px;
}
/* 标题end */
/* 矫正项目*/
.jiaozheng{
    width: 100%;
    height: auto;
    clear: both;
}
/* .jiaozheng .content{
    height: 570px;
} */
.jiaozheng .content ul li{
    width: 380px;
    height: 285px;
    margin-right: 30px;
}
.jiaozheng .content ul li:nth-child(3n){
    margin-right: 0;
}
.jiaozheng .content ul li .videos{
    width: 100%;
    height: 157px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}
.jiaozheng .content ul li .videos img{
    transition: all 1.5s;
    width: 100%;
    height: 100%;
}
.jiaozheng .content ul li .videos img:hover{
    transform: scale(1.3);
}
.jiaozheng .content ul li .videos video{
    border-radius: 10px;
    width: 100%;
    height: 100%;
    background: #ccc;
}
.jiaozheng .content ul li p{
    margin: 20px 0;
    text-align: center;
}
.jiaozheng .content ul li .goutong{
    display: block;
    width: 130px;
    height: 40px;
    margin: 0 auto;
    text-align: center;
    line-height: 40px;
    color: #fff;
    background: #ffa61a;
    border-radius: 20px;
}
.jiaozheng .content ul li:nth-child(2) .goutong{
    background: #46a4ec
}
.jiaozheng .content ul li:nth-child(3) .goutong{
    background: #fa69ad;
}
.jiaozheng .content ul li:nth-child(4) .goutong{
    background: #30ac00;
}
.jiaozheng .content ul li:nth-child(5) .goutong{
    background: #35cabe;
}
.jiaozheng .content ul li:nth-child(6) .goutong{
    background: #777bec;
}
/* 矫正项目end*/
/* 晨曦优势 */
.youshi{
    margin-bottom: 70px;
    clear: both;
}
.ys-list{
    height: 600px;
    background: #ccc;
    background: url(../images/youshi-bg.jpg) no-repeat;
    background-size: 100% 100%;
}
.ys-list ul li{
    width: 400px;
    height:200px;
}
.ys-list ul li:nth-child(1){
    background: url(../images/youshi-bg1.jpg)
}
.ys-list ul li:nth-child(2){
    background: url(../images/youshi-bg2.jpg)
}
.ys-list ul li:nth-child(3){
    background: url(../images/youshi-bg3.jpg)
}
.ys-list ul li:nth-child(4){
    background: url(../images/youshi-bg4.jpg)
}
.ys-list ul li:nth-child(5){
    background: url(../images/youshi-bg5.jpg)
}
.ys-list ul li:nth-child(6){
    background: url(../images/youshi-bg6.jpg)
}
.ys-list ul li:nth-child(7){
    background: url(../images/youshi-bg7.jpg)
}
.ys-list ul li:nth-child(8){
    background: url(../images/youshi-bg8.jpg)
}
.ys-list ul li:nth-child(9){
    background: url(../images/youshi-bg9.jpg)
}
.ys-list ul li p{
    font-size: 14px;
    width: 145px;
    height: 46px;
    line-height: 23px;
    overflow: hidden;
    float: right;
    margin: 78.5px 30px 0 0;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.ys-list ul li:nth-child(4) p, .ys-list ul li:nth-child(5) p, .ys-list ul li:nth-child(6) p{
    float: left;
    margin: 78.5px 0 0 30px;
}
.ys-list ul li p:hover{
    text-decoration: underline;
}
.youshi .ys-list ul li span{
    display: block;
    width: 50%;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    line-height: 266px;
    float: left;
}
.youshi .ys-list ul li:nth-child(4) span{
    float: right;
}
.youshi .ys-list ul li:nth-child(5) span{
    float: right;
}
.youshi .ys-list ul li:nth-child(6) span{
    float: right;
}
/* 晨曦优势end */
/* 师资力量 */
.liliang{
    background: url(../images/liliang-bg.jpg) no-repeat;
    background-size: 100% 100%;
    clear: both;
}
/* .liliang .jieshao ul{
    height: 380px;
} */
.liliang .jieshao ul li{
    width: 400px;
    height: 200px;
}
.liliang .jieshao ul li:nth-child(1){
    height: 380px;
    
}
.liliang .jieshao ul li:nth-child(2){
    background: #f06eaa;
}
.liliang .jieshao ul li:nth-child(3){
    background: #91d99a;
}
.liliang .jieshao ul li:nth-child(4){
    float: right;
    background: #3d3d3d;
    margin-right: 16.65%;
}
.liliang .jieshao ul li p{
    padding: 50px 0 0 20px;
    width: calc(50% - 20px);
    float: left;
    color: #fff;
    font-size: 24px;
    height: 150px;
}
.liliang .jieshao ul li:nth-child(1) p{
    background: #ff9c00;
}
.liliang .jieshao ul li p span{
    font-size: 14px;
    display: block;
    height: 40px;
    background: url(../images/liliang-bg5.png)no-repeat 0 100%;
    margin-top: 5px;
    margin-bottom: 5px;
}
.liliang .jieshao ul li .jieshao-div{
    float: right;
    width: 200px;
    height: 100%;
    background: #fff;
    overflow: hidden;
}
.liliang .jieshao ul li img{
transition: all 1.5s; 
width: 100%;
}
.liliang .jieshao ul li img:hover{
    transform: scale(1.3); 
    opacity: 0.8;
}
.liliang .jieshao ul li a{
    font-size: 16px;
    color: #fff;
}
.moust{
    width: 128px;
    height: 40px;
    margin: 0 auto;
    padding: 40px 0;
    clear: both;
}
.moust a{
    display: block;
    color: #fff;
    background: #46a4ec;
    line-height: 40px;
    text-align: center;
    border-radius: 20px;
}
/* 师资力量end */
/* 荣誉资质 */
.rongyu .zizhi{
}
.rongyu .zizhi ul li {
    float: left;
    list-style: none;
    margin-left: 5px;
  }

.rongyu .zizhi ul li img {
    display: block;
    width: 100%;
    height: auto;
  }
/* 荣誉资质end */
/* 对比录像 */
.luxiang{
    background: url(../images/luxiang-bg.jpg) no-repeat;
    background-size: 100% 100%;
}
.luxiang .moust{
    padding-top: 0;
}
.luxiang .content ul li{
    height: 230px;
    margin-bottom: 40px;
}
.luxiang .content ul li p{
    text-align: left;
    background: url(../images/luxiang-bg2.png) no-repeat;
    padding-left: 43px;
    height: 30px;
    line-height: 30px;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-left: 6px;
    
}
.luxiang .content ul li span{
    font-size: 14px;
    color: #999;
    margin-left: 6px;
}
/* 对比录像end */
/* 学员心声 */
.xueyuan{
    background: #f7f7f7;
    clear: both;
}
.xueyuan .xinsheng ul{
}
.xueyuan .title{
    margin-top: 0;
}
.xueyuan .xinsheng ul li{
    width: 245px;
    margin-right: 33px;
    background: #fff;
    padding: 15px 15px 0 15px;
    border-radius:10px ;
}
.xueyuan .xinsheng ul li:nth-child(4n){
    margin-right: 0;
}
.xueyuan .xinsheng ul li .xinsheng-div{
    width: 100%;
    height: 166px;
    overflow: hidden;
}
.xueyuan .xinsheng ul li img{
    width: 100%;
    transition: all 1.5s; 
}
.xueyuan .xinsheng ul li img:hover{
    transform: scale(1.3); 
}
.xueyuan .xinsheng ul li p{
    font-size: 14px;
    line-height: 24px;
    margin-top: 5px;
    height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.xueyuan .xinsheng ul li p:hover{
    text-decoration: underline;
}
.xueyuan .xinsheng li .moust{
    padding: 25px 0 30px 0;
    clear: both;
    width: 100px;
}
.xueyuan .xinsheng li .moust a{
   height: 35px;
    line-height: 35px;
    width: 100px;
    background: linear-gradient(to right, #36c0fa , #3c8ffb);
}
/* 学员心声 */
/* 常见问题 */
/* .wenti{
    clear: both;
} */
/* .wenti .cj-wenti{
    height: 420px;
} */
.wenti .cj-wenti ul{
    padding-left: 80px;
    background: url(../images/wenti-bg1.jpg) no-repeat;
    width: calc(100% - 80px);
    height: 420px;
}
.wenti .cj-wenti ul li{
    height: 120px;
    box-shadow: 0px 0px 3px #ccc;
    width: 100%;
    border-radius: 10px;
    margin-bottom: 30px;
}
.wenti .cj-wenti ul li span{
    float: left;
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #ff9c00;
    line-height: 77px;
    text-align: center;
    color: #fff;
    font-size: 36px;
    margin: 20px 20px 0 25px;
}
.wenti .cj-wenti ul li:nth-child(2) span{
    background: #90d99a;
}
.wenti .cj-wenti ul li:nth-child(3) span{
    background: #00adef;
}
.wenti .cj-wenti ul li p:nth-child(2){
    margin-top: 35px;
    margin-bottom: 10px;
    color: #333;
}
.wenti .cj-wenti ul li p:nth-child(3){
    color: #666;
}
.wenti .cj-wenti ul li p{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 10px;
}
.wenti .cj-wenti ul li p:hover{
    text-decoration: underline;
}
.wenti .cj-wenti ul li a{
    
}
.wenti .moust{
    width: 315px;
    height: 60px;
    display: flex;
    justify-content: space-between;
    background: transparent;
}
.wenti .moust a{
    background: transparent;
}
/* 常见问题end */
/* 新闻公告 */
.xinwen{
    background: #f5f5f5;
}
/* .xw-liebiao ul{
    height: 310px;
} */
.xinwen .xw-liebiao ul li{
    width: 580px;
    height: 140px;
    background: #fff;
    border-radius:10px;
    margin-bottom: 30px;
    margin-right: 40px;
}
.xinwen .xw-liebiao ul li:nth-child(2n){
    margin-right: 0;
}
.xinwen .xw-liebiao ul li .xw-left{
    width: 175px;
    height: 111px;
    margin: 15px;
    float: left;
    overflow: hidden;
}
.xinwen .xw-liebiao ul li .xw-left img{
    width: 100%;
    height: 100%;
    transition: all 1.5s; 
}
.xinwen .xw-liebiao ul li .xw-left img:hover{
    transform: scale(1.3);
    opacity: 0.7;
}
.xinwen .xw-liebiao ul li .xw-right{
    width: calc(100% - 205px);
    float: right;
    margin-top: 25px;
}
.xinwen .xw-liebiao ul li .xw-right p{
    font-size: 16px;
}
.xinwen .xw-liebiao ul li .xw-right span{
    font-size: 14px;
    display: block;
    font-size: 14px;
    margin: 10px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    padding-right: 10px;
}
.xinwen .xw-liebiao ul li .xw-right p:hover, .xinwen .xw-liebiao ul li .xw-right span:hover{
    text-decoration: underline;
}
.xinwen .xw-liebiao ul li .xw-right a{
    color: #30a3eb;
    font-size: 14px;
}
/* 新闻公告end */
/* 分页 */
.fenye{
    clear: both;
    padding-top: 30px;
margin-bottom: 50px;
}
.fenye ul{
    display: flex;
    justify-content: center; 
    /* margin: 30px 0 50px 0;  */
}
.fenye ul li{
    margin-right: 15px;
    border: 1px solid #ececec;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
}
.fenye ul .prev, .fenye ul .next{
    width: 80px;
}
.fenye ul .next{
    margin-right: 0;
}
.fenye ul li a{
    display: block;
}
.fenye ul li a:hover{
    color: #fff;
    background: #26a4e7;
}
/* 分页end */
/* 底部 */
.footer{
    height: 250px;
    background: #5cb9f3;
    color: #fff;
    clear: both;
}
.footer .footer-top{
    height: 203px;
}
.footer-top-left{
    float: left;
    padding-top: 50px;
}
.footer-top-left ul li{
    margin-bottom: 18px;
    height: 14px;
    font-size: 14px;
    display: inline-block;
}
.footer-top-left ul li a{
    color: #fff;
    /* border-right: 2px solid #fff; */
    padding-right: 10px;
}
.footer-top-left ul li:last-child a{
    padding-right: 0;
    border:none;
}
.footer-top-left ul li a:hover{
    text-decoration: underline;
}
.footer-top-left ul span{
    float: left;
    font-size: 14px;
    color: #fff;
}
.footer-top-left p{
    font-size: 14px;
    margin-bottom: 10px;
}
.footer-top-right{
    float: right;
    width: 273px;
    display: flex;
    justify-content: space-between;
}
.footer-top-right p{
    width: 120px;
    height: 100%;
    float: left;
    padding-top: 40px;
}
.footer-top-right p img{
    width: 120px;
    height: 120px;
}
.footer-top-right p span{
 margin-top: 10px;
 text-align: center;
 display: block;
}
.footer .copy{
    height: 47px;
    background: #319cdf;
}
.footer .copy p{
    font-size: 14px;
    line-height:47px;
}
.footer .copy p span{
    float: right;
}
/* 底部end */


.fenye{
    width: 100%;
    padding:30px 0px;
    margin-top: 10px !important;
    text-align: center;
   margin: 0 auto;

}
.fenye a {
    text-decoration: none;
    color: #333;
    padding: 10px 15px 10px 15px;
    background-color: #eeeff3;
    margin-right: 5px;
    margin-left: 5px;
     display: inline-block;
}
.fenye span {
    text-decoration: none;
    color: #333;
    padding: 10px 15px 10px 15px;
    background-color: #eeeff3;
    margin-right: 5px;
    margin-left: 5px;
    font-size: 14px;
}
.fenye a:visited {
    text-decoration: none;
    color: #333;
}
.fenye a:link {
    text-decoration: none;
    color: #333;}
.fenye div .current{background: #124681; color: white;}</pre></body></html>